home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent1 / apic1805.lha / APIC / examples / mouse12.lha / protokolle < prev    next >
Text File  |  1997-01-03  |  902b  |  65 lines

  1. This are known mouse protokolls:
  2.  
  3. Mouse System format:
  4.  
  5. bit :  7  6  5  4  3  2  1  0
  6.  
  7. byte0  1  0  0  0  0  L  M  R
  8. byte1  X7 X6 X5 X4 X3 X2 X1 X0
  9. byte2  Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0
  10. byte3  X7 X6 X5 X4 X3 X2 X1 X0
  11. byte4  Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0
  12.  
  13. buttons: 0= Pressed, 1= Released
  14.  
  15.  
  16. Microsoft format:
  17.  
  18. bit :  7  6  5  4  3  2  1  0
  19.  
  20. byte0  1  1  L  R  Y7 Y6 X7 X6
  21. byte1  1  0  X5 X4 X3 X2 X1 X0
  22. byte2  1  0  Y5 Y4 Y3 Y2 Y1 Y0
  23.  
  24. buttons: 1= Pressed, 0= Released
  25.  
  26.  
  27.  
  28.  
  29. Logitech format:
  30.  
  31. bit :  7  6  5  4  3  2  1  0
  32.  
  33. ???
  34.  
  35.  
  36. L     = Left Key
  37. M     = Middle Key
  38. R     = Right Key
  39. X7-X0 = X-Axis Movement Data
  40. Y7-Y0 = Y-Axis Movement Data
  41.  
  42.  
  43.  
  44.  
  45. Amiga:
  46.  
  47. pin
  48.  
  49. 1     = vertical
  50. 2     = horizontal
  51. 3     = vertical quadrature
  52. 4     = horizontal quadrature
  53. 5     = Middle Key
  54. 6     = Left Key
  55. 7     = +5V
  56. 8     = ground
  57. 9     = Right Key
  58.  
  59. buttons: 0= Pressed, 1= Released
  60.  
  61.  
  62.  
  63.  
  64. duesterb@unixserv.rz.fh-hannover.de, 03.01.97 
  65.